Misplaced not
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 11 Aug 2004 03:15:47 +0000 (03:15 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 11 Aug 2004 03:15:47 +0000 (03:15 +0000)
gpsbabel/html.c

index d1c96c2eca7c51ad6cedace03e5847c05760b6d2..a3bffbe2776bc9b039e3c457d978da0ea46f9a42 100644 (file)
@@ -119,7 +119,7 @@ html_disp(const waypoint *wpt)
                        xfree( hint );
                }
        }
-       else if (!wpt->notes && (!wpt->description || strcmp(wpt->notes,wpt->description))) {
+       else if (wpt->notes && (!wpt->description || strcmp(wpt->notes,wpt->description))) {
                fprintf (file_out, "<p class=\"notes\">%s</p>\n", wpt->notes);
        }
        if ( includelogs && wpt->gpx_extras ) {